docs: remove markup
authorMatthias Clasen <mclasen@redhat.com>
Mon, 26 May 2014 14:17:07 +0000 (10:17 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 26 May 2014 14:17:07 +0000 (10:17 -0400)
The overview chapters don't go through shorthand processing, so
don't use them there.

docs/reference/gtk/input-handling.xml

index 91c4f7f227a9ce9cb10ceac8ff77b3d2b44b5818..4806b9e3c4dcb97b800cb1315fafc8eda40f54e2 100644 (file)
@@ -91,7 +91,7 @@
     <para>
       The event is then propagated from the toplevel window down to the 
       target widget. In this phase, which is known as the “capture” phase,
-      gestures that are attached with %GTK_PHASE_CAPTURE get a chance
+      gestures that are attached with GTK_PHASE_CAPTURE get a chance
       to react to the event.
     </para>
 
       way to handle input in GTK+ widgets before gestures were introduced.
       The signals are emitted from the target widget up to the toplevel,
       until a signal handler indicates that it has handled the event, by
-      returning %GDK_EVENT_STOP.
+      returning GDK_EVENT_STOP.
     </para>
 
     <para>
       The default handlers for the event signals send the event
-      to gestures that are attached with %GTK_PHASE_TARGET. Therefore,
+      to gestures that are attached with GTK_PHASE_TARGET. Therefore,
       gestures in the ”target” phase are only used if the widget does
       not have its own event handlers, or takes care to chain up to the
       default handlers.
 
     <para>
       After calling the event handlers, in the so-called ”bubble” phase,
-      gestures that are attached with %GTK_PHASE_BUBBLE get a chance
+      gestures that are attached with GTK_PHASE_BUBBLE get a chance
       to react to the event.
     </para>